Sat Mar 19 23:52:33 2005 Manish Singh <yosh@gimp.org>
* xdgmimeglob.c (_xdg_glob_hash_insert_text): cast away the constness
in the call to free().
+Sat Mar 19 23:52:33 2005 Manish Singh <yosh@gimp.org>
+
+ * xdgmimeglob.c (_xdg_glob_hash_insert_text): cast away the constness
+ in the call to free().
+
2005-03-20 Matthias Clasen <mclasen@redhat.com>
* xdgmimeglob.c (_xdg_glob_hash_insert_text): Don't
if (*text == '\000')
{
if (node->mime_type)
- free (node->mime_type);
+ free ((void *) node->mime_type);
node->mime_type = mime_type;
}
else